Labels:text | screenshot | font | number | parallel | document OCR: Name Description CHARTOROWID Converts a string to a ROWID, which is an Oracle-specific row identifier. CONVERT Converts a string from one character set to another. HEXTORAW Converts from hexadecimal to raw format. RAWTOHEX Converts from raw value to hexadecimal, ROWIDTOCHAR Converts a binary ROWID value to a character string. TO_CHAR Converts a number or date to a string. You can also provide a format mask to determine the format of the data as a string. TO_DATE Converts a string to a date. You can also provide a format mask to inform TO_DATE of the format of the data as a string, so that it can be interpreted properly. TO NUMBER Converts a string to a number. You can also provide a format mask to inform TO_NUMBER of the format of the data as a string, so it can be interpreted properly.